home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 258
- Top = 202
- Width = 435
- Height = 300
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Add: TButton
- Left = 56
- Top = 56
- Width = 73
- Height = 33
- Caption = 'Add'
- TabOrder = 0
- OnClick = AddClick
- end
- object Remove: TButton
- Left = 56
- Top = 136
- Width = 73
- Height = 33
- Caption = 'Remove'
- TabOrder = 1
- OnClick = RemoveClick
- end
- object Memo1: TMemo
- Left = 208
- Top = 32
- Width = 201
- Height = 193
- Color = clFuchsia
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentFont = False
- TabOrder = 2
- end
- end
-